home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / src / gcc-2.7.0-amiga / gsyslimits.h < prev    next >
C/C++ Source or Header  |  1994-12-22  |  330b  |  9 lines

  1. /* syslimits.h stands for the system's own limits.h file.
  2.    If we can use it ok unmodified, then we install this text.
  3.    If fixincludes fixes it, then the fixed version is installed
  4.    instead of this text.  */
  5.  
  6. #define _GCC_NEXT_LIMITS_H        /* tell gcc's limits.h to recurse */
  7. #include_next <limits.h>
  8. #undef _GCC_NEXT_LIMITS_H
  9.